build: Remove --pkg babl option to g-ir-scanner
authorJon Nordby <jononor@gmail.com>
Mon, 28 Mar 2011 20:16:11 +0000 (22:16 +0200)
committerJon Nordby <jononor@gmail.com>
Mon, 28 Mar 2011 20:16:11 +0000 (22:16 +0200)
--pkg is intended for dependencies. Babl does not depend on Babl
This lead to g-ir-scanner barfing if Babl was not already installed.

babl/Makefile.am

index 490779b39fbef9c7a123d67de05660a8d2c6566b..e526e8a5263409a5f74e48ad1e526ba01b522d5b 100644 (file)
@@ -98,7 +98,6 @@ Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER) $(library_include_HEADERS) $(c_sou
             --library=babl-$(BABL_API_VERSION) \
             --libtool="$(LIBTOOL)" \
             --output $@ \
-            --pkg babl \
             -DBABL_IS_BEING_COMPILED \
            -I$(top_srcdir) \
            -I$(top_builddir) \